home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00342.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  581 b   |  19 lines

  1. on exitFrame
  2.   global Hand, left
  3.   clearCursors()
  4.   set the cursor of sprite 3 to left
  5.   set the cursor of sprite 4 to Hand
  6.   set the cursor of sprite 7 to left
  7.   set the cursor of sprite 8 to Hand
  8.   set the cursor of sprite 9 to Hand
  9.   set the cursor of sprite 10 to Hand
  10.   set the cursor of sprite 11 to Hand
  11.   set the cursor of sprite 17 to Hand
  12.   set the cursor of sprite 18 to Hand
  13.   set the cursor of sprite 19 to Hand
  14.   set the cursor of sprite 20 to Hand
  15.   set the cursor of sprite 21 to Hand
  16.   set the cursor of sprite 22 to Hand
  17.   set the cursor of sprite 23 to Hand
  18. end
  19.